home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / bash_114.zip / bash-1.14.2 / configure < prev    next >
Text File  |  1991-10-31  |  251b  |  9 lines

  1. #!/bin/sh
  2. #
  3. # This shell script does nothing since Bash doesn't require
  4. # configuration to be forced on it; it auto-configures.  You can
  5. # change the location of the source directory with +srcdir.
  6. #
  7. echo "Bash is configured to auto configure."
  8. exit 0
  9.